.text{
    background-color: black;
    text-align:center;
  color: white;
  padding: 15px 25px;
  border: none; 
  font-size: 20px;
  word-spacing: 50px;
  text-transform: uppercase;

}
body{
  margin:0;
}
.intro{
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 2px 2px 5px black;
  font-size: 36px;
}
.para{
  background-image: linear-gradient(to right, #f9f9f9, #e0e0e0);
  padding: 60px 40px;
  color: #222;
  font-size: 20px;
  line-height: 2;
  text-align: justify;
  word-spacing: 8px;
  text-indent: 50px;
}
.secondpara{
background-image: radial-gradient(circle, #d1c4e9, #ede7f6);
  padding: 60px 30px;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  text-transform: capitalize;
}
.line{
  text-shadow: 2px 2px 5px black;
  font-size: 36px;
  color: white;
  text-align: center;
  font-style: italic;
  padding: 100px 20px;
}
.last{
  padding: 60px 20px;
  color: #004466;
  text-align: right;
  font-size: 18px;
  word-spacing: 6px;
  line-height: 1.8;
  background-image: linear-gradient(to right,white,rgb(177, 206, 236));
}
.footer{
  background-color: #111;
  color: white;
  text-align: center;
  padding: 20px;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-size: 14px;
}